All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.TextView

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.View
                           |
                           +----com.apple.alpha.app.Text
                                   |
                                   +----com.apple.alpha.app.TextView

public class TextView
extends Text
implements TextInput
This class wraps the Objective-C class NSTextView.


Variable Index

 o SelectByCharacter
 o SelectByParagraph
 o SelectByWord
 o SelectionAffinityDownstream
 o SelectionAffinityUpstream
 o TextViewDidChangeSelectionNotification
 o TextViewWillChangeNotifyingTextViewNotification

Constructor Index

 o TextView()
This default constructor is equivalent to Objective-C's [[NSTextView alloc] init].
 o TextView(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o TextView(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o TextView(Rect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.
 o TextView(Rect, TextContainer)
This constructor has the same effect as calling - initWithFrame:textContainer: on a newly allocated object.

Method Index

 o acceptableDragTypes()
A wrapper for the - acceptableDragTypes Objective-C instance method.
 o alignJustified(Object)
A wrapper for the - alignJustified: Objective-C instance method.
 o backgroundColor()
A wrapper for the - backgroundColor Objective-C instance method.
 o becomeFirstResponder()
A wrapper for the - becomeFirstResponder Objective-C instance method.
 o changeColor(Object)
A wrapper for the - changeColor: Objective-C instance method.
 o cleanUpAfterDragOperation()
A wrapper for the - cleanUpAfterDragOperation Objective-C instance method.
 o conversationIdentifier()
A wrapper for the - conversationIdentifier Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).
 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o didChangeText()
A wrapper for the - didChangeText Objective-C instance method.
 o doCommandBySelector(Selector)
A wrapper for the - doCommandBySelector: Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).
 o dragOperationForDraggingInfo(DraggingInfo, String)
A wrapper for the - dragOperationForDraggingInfo:type: Objective-C instance method.
 o drawInsertionPointInRect(Rect, Color, boolean)
A wrapper for the - drawInsertionPointInRect:color:turnedOn: Objective-C instance method.
 o drawsBackground()
A wrapper for the - drawsBackground Objective-C instance method.
 o hasMarkedText()
A wrapper for the - hasMarkedText Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).
 o importsGraphics()
A wrapper for the - importsGraphics Objective-C instance method.
 o insertionPointColor()
A wrapper for the - insertionPointColor Objective-C instance method.
 o insertText(String)
A wrapper for the - insertText: Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).
 o invalidateTextContainerOrigin()
A wrapper for the - invalidateTextContainerOrigin Objective-C instance method.
 o isEditable()
A wrapper for the - isEditable Objective-C instance method.
 o isFieldEditor()
A wrapper for the - isFieldEditor Objective-C instance method.
 o isRichText()
A wrapper for the - isRichText Objective-C instance method.
 o isRulerVisible()
A wrapper for the - isRulerVisible Objective-C instance method.
 o isSelectable()
A wrapper for the - isSelectable Objective-C instance method.
 o layoutManager()
A wrapper for the - layoutManager Objective-C instance method.
 o loosenKerning(Object)
A wrapper for the - loosenKerning: Objective-C instance method.
 o lowerBaseline(Object)
A wrapper for the - lowerBaseline: Objective-C instance method.
 o markedRange()
A wrapper for the - markedRange Objective-C instance method.
 o markedTextAttributes()
A wrapper for the - markedTextAttributes Objective-C instance method.
 o pasteAsPlainText(Object)
A wrapper for the - pasteAsPlainText: Objective-C instance method.
 o pasteAsRichText(Object)
A wrapper for the - pasteAsRichText: Objective-C instance method.
 o preferredPasteboardTypeFromArray(Array, Array)
A wrapper for the - preferredPasteboardTypeFromArray:restrictedToTypesFromArray: Objective-C instance method.
 o raiseBaseline(Object)
A wrapper for the - raiseBaseline: Objective-C instance method.
 o rangeForUserCharacterAttributeChange()
A wrapper for the - rangeForUserCharacterAttributeChange Objective-C instance method.
 o rangeForUserParagraphAttributeChange()
A wrapper for the - rangeForUserParagraphAttributeChange Objective-C instance method.
 o rangeForUserTextChange()
A wrapper for the - rangeForUserTextChange Objective-C instance method.
 o readablePasteboardTypes()
A wrapper for the - readablePasteboardTypes Objective-C instance method.
 o readSelectionFromPasteboard(Pasteboard)
A wrapper for the - readSelectionFromPasteboard: Objective-C instance method.
 o readSelectionFromPasteboardUsingType(Pasteboard, String)
A wrapper for the - readSelectionFromPasteboard:type: Objective-C instance method.
 o registerForServices()
A wrapper for the + registerForServices Objective-C class method.
 o replaceTextContainer(TextContainer)
A wrapper for the - replaceTextContainer: Objective-C instance method.
 o resignFirstResponder()
A wrapper for the - resignFirstResponder Objective-C instance method.
 o rulerViewDidAddMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:didAddMarker: Objective-C instance method.
 o rulerViewDidMoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:didMoveMarker: Objective-C instance method.
 o rulerViewDidRemoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:didRemoveMarker: Objective-C instance method.
 o rulerViewHandleMouseDown(RulerView, Event)
A wrapper for the - rulerView:handleMouseDown: Objective-C instance method.
 o rulerViewShouldAddMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:shouldAddMarker: Objective-C instance method.
 o rulerViewShouldMoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:shouldMoveMarker: Objective-C instance method.
 o rulerViewShouldRemoveMarker(RulerView, RulerMarker)
A wrapper for the - rulerView:shouldRemoveMarker: Objective-C instance method.
 o rulerViewWillAddMarker(RulerView, RulerMarker, float)
A wrapper for the - rulerView:willAddMarker:atLocation: Objective-C instance method.
 o rulerViewWillMoveMarker(RulerView, RulerMarker, float)
A wrapper for the - rulerView:willMoveMarker:toLocation: Objective-C instance method.
 o selectedRange()
A wrapper for the - selectedRange Objective-C instance method.
 o selectedTextAttributes()
A wrapper for the - selectedTextAttributes Objective-C instance method.
 o selectionAffinity()
A wrapper for the - selectionAffinity Objective-C instance method.
 o selectionGranularity()
A wrapper for the - selectionGranularity Objective-C instance method.
 o selectionRangeForProposedRange(Range, int)
A wrapper for the - selectionRangeForProposedRange:granularity: Objective-C instance method.
 o setAlignmentInRange(int, Range)
A wrapper for the - setAlignment:range: Objective-C instance method.
 o setBackgroundColor(Color)
A wrapper for the - setBackgroundColor: Objective-C instance method.
 o setConstrainedFrameSize(Size)
A wrapper for the - setConstrainedFrameSize: Objective-C instance method.
 o setDelegate(Object)
A wrapper for the - setDelegate: Objective-C instance method.
 o setDrawsBackground(boolean)
A wrapper for the - setDrawsBackground: Objective-C instance method.
 o setEditable(boolean)
A wrapper for the - setEditable: Objective-C instance method.
 o setFieldEditor(boolean)
A wrapper for the - setFieldEditor: Objective-C instance method.
 o setImportsGraphics(boolean)
A wrapper for the - setImportsGraphics: Objective-C instance method.
 o setInsertionPointColor(Color)
A wrapper for the - setInsertionPointColor: Objective-C instance method.
 o setMarkedTextAndSelectedRange(String, Range)
A wrapper for the - setMarkedText:selectedRange: Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).
 o setMarkedTextAttributes(Dictionary)
A wrapper for the - setMarkedTextAttributes: Objective-C instance method.
 o setNeedsDisplayInRectAvoidAdditionalLayout(Rect, boolean)
A wrapper for the - setNeedsDisplayInRect:avoidAdditionalLayout: Objective-C instance method.
 o setRichText(boolean)
A wrapper for the - setRichText: Objective-C instance method.
 o setRulerVisible(boolean)
A wrapper for the - setRulerVisible: Objective-C instance method.
 o setSelectable(boolean)
A wrapper for the - setSelectable: Objective-C instance method.
 o setSelectedRange(Range)
A wrapper for the - setSelectedRange: Objective-C instance method.
 o setSelectedRangeWithAffinity(Range, int, boolean)
A wrapper for the - setSelectedRange:affinity:stillSelecting: Objective-C instance method.
 o setSelectedTextAttributes(Dictionary)
A wrapper for the - setSelectedTextAttributes: Objective-C instance method.
 o setSelectionGranularity(int)
A wrapper for the - setSelectionGranularity: Objective-C instance method.
 o setSmartInsertDeleteEnabled(boolean)
A wrapper for the - setSmartInsertDeleteEnabled: Objective-C instance method.
 o setTextContainer(TextContainer)
A wrapper for the - setTextContainer: Objective-C instance method.
 o setTextContainerInset(Size)
A wrapper for the - setTextContainerInset: Objective-C instance method.
 o setTypingAttributes(Dictionary)
A wrapper for the - setTypingAttributes: Objective-C instance method.
 o setUsesFontPanel(boolean)
A wrapper for the - setUsesFontPanel: Objective-C instance method.
 o setUsesRuler(boolean)
A wrapper for the - setUsesRuler: Objective-C instance method.
 o shouldChangeTextInRange(Range, String)
A wrapper for the - shouldChangeTextInRange:replacementString: Objective-C instance method.
 o shouldDrawInsertionPoint()
A wrapper for the - shouldDrawInsertionPoint Objective-C instance method.
 o smartDeleteRangeForProposedRange(Range)
A wrapper for the - smartDeleteRangeForProposedRange: Objective-C instance method.
 o smartInsertDeleteEnabled()
A wrapper for the - smartInsertDeleteEnabled Objective-C instance method.
 o spellCheckerDocumentTag()
A wrapper for the - spellCheckerDocumentTag Objective-C instance method.
 o textContainer()
A wrapper for the - textContainer Objective-C instance method.
 o textContainerInset()
A wrapper for the - textContainerInset Objective-C instance method.
 o textContainerOrigin()
A wrapper for the - textContainerOrigin Objective-C instance method.
 o textStorage()
A wrapper for the - textStorage Objective-C instance method.
 o tightenKerning(Object)
A wrapper for the - tightenKerning: Objective-C instance method.
 o turnOffKerning(Object)
A wrapper for the - turnOffKerning: Objective-C instance method.
 o turnOffLigatures(Object)
A wrapper for the - turnOffLigatures: Objective-C instance method.
 o typingAttributes()
A wrapper for the - typingAttributes Objective-C instance method.
 o unmarkText()
A wrapper for the - unmarkText Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).
 o updateDragTypeRegistration()
A wrapper for the - updateDragTypeRegistration Objective-C instance method.
 o updateFontPanel()
A wrapper for the - updateFontPanel Objective-C instance method.
 o updateInsertionPointStateAndRestartTimer(boolean)
A wrapper for the - updateInsertionPointStateAndRestartTimer: Objective-C instance method.
 o updateRuler()
A wrapper for the - updateRuler Objective-C instance method.
 o useAllLigatures(Object)
A wrapper for the - useAllLigatures: Objective-C instance method.
 o usesFontPanel()
A wrapper for the - usesFontPanel Objective-C instance method.
 o usesRuler()
A wrapper for the - usesRuler Objective-C instance method.
 o useStandardKerning(Object)
A wrapper for the - useStandardKerning: Objective-C instance method.
 o useStandardLigatures(Object)
A wrapper for the - useStandardLigatures: Objective-C instance method.
 o validRequestorForTypes(String, String)
A wrapper for the - validRequestorForSendType:returnType: Objective-C instance method.
 o writablePasteboardTypes()
A wrapper for the - writablePasteboardTypes Objective-C instance method.
 o writeSelectionToPasteboardUsingType(Pasteboard, String)
A wrapper for the - writeSelectionToPasteboard:type: Objective-C instance method.
 o writeSelectionToPasteboardUsingTypes(Pasteboard, Array)
A wrapper for the - writeSelectionToPasteboard:types: Objective-C instance method.

Variables

 o TextViewWillChangeNotifyingTextViewNotification
 public static final String TextViewWillChangeNotifyingTextViewNotification
 o TextViewDidChangeSelectionNotification
 public static final String TextViewDidChangeSelectionNotification
 o SelectByCharacter
 public static final int SelectByCharacter
 o SelectByWord
 public static final int SelectByWord
 o SelectByParagraph
 public static final int SelectByParagraph
 o SelectionAffinityUpstream
 public static final int SelectionAffinityUpstream
 o SelectionAffinityDownstream
 public static final int SelectionAffinityDownstream

Constructors

 o TextView
 protected TextView(boolean shouldAllocate,
                    int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o TextView
 public TextView()
This default constructor is equivalent to Objective-C's [[NSTextView alloc] init].

 o TextView
 public TextView(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o TextView
 public TextView(Rect frameRect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

 o TextView
 public TextView(Rect frameRect,
                 TextContainer container)
This constructor has the same effect as calling - initWithFrame:textContainer: on a newly allocated object.

Methods

 o textContainer
 public native TextContainer textContainer()
A wrapper for the - textContainer Objective-C instance method.

 o setTextContainer
 public native void setTextContainer(TextContainer container)
A wrapper for the - setTextContainer: Objective-C instance method.

 o replaceTextContainer
 public native void replaceTextContainer(TextContainer newContainer)
A wrapper for the - replaceTextContainer: Objective-C instance method.

 o setTextContainerInset
 public native void setTextContainerInset(Size inset)
A wrapper for the - setTextContainerInset: Objective-C instance method.

 o textContainerInset
 public native Size textContainerInset()
A wrapper for the - textContainerInset Objective-C instance method.

 o textContainerOrigin
 public native Point textContainerOrigin()
A wrapper for the - textContainerOrigin Objective-C instance method.

 o invalidateTextContainerOrigin
 public native void invalidateTextContainerOrigin()
A wrapper for the - invalidateTextContainerOrigin Objective-C instance method.

 o layoutManager
 public native LayoutManager layoutManager()
A wrapper for the - layoutManager Objective-C instance method.

 o textStorage
 public native TextStorage textStorage()
A wrapper for the - textStorage Objective-C instance method.

 o setConstrainedFrameSize
 public native void setConstrainedFrameSize(Size desiredSize)
A wrapper for the - setConstrainedFrameSize: Objective-C instance method.

 o setAlignmentInRange
 public native void setAlignmentInRange(int alignment,
                                        Range range)
A wrapper for the - setAlignment:range: Objective-C instance method.

 o turnOffKerning
 public native void turnOffKerning(Object sender)
A wrapper for the - turnOffKerning: Objective-C instance method.

 o tightenKerning
 public native void tightenKerning(Object sender)
A wrapper for the - tightenKerning: Objective-C instance method.

 o loosenKerning
 public native void loosenKerning(Object sender)
A wrapper for the - loosenKerning: Objective-C instance method.

 o useStandardKerning
 public native void useStandardKerning(Object sender)
A wrapper for the - useStandardKerning: Objective-C instance method.

 o turnOffLigatures
 public native void turnOffLigatures(Object sender)
A wrapper for the - turnOffLigatures: Objective-C instance method.

 o useStandardLigatures
 public native void useStandardLigatures(Object sender)
A wrapper for the - useStandardLigatures: Objective-C instance method.

 o useAllLigatures
 public native void useAllLigatures(Object sender)
A wrapper for the - useAllLigatures: Objective-C instance method.

 o raiseBaseline
 public native void raiseBaseline(Object sender)
A wrapper for the - raiseBaseline: Objective-C instance method.

 o lowerBaseline
 public native void lowerBaseline(Object sender)
A wrapper for the - lowerBaseline: Objective-C instance method.

 o alignJustified
 public native void alignJustified(Object sender)
A wrapper for the - alignJustified: Objective-C instance method.

 o changeColor
 public native void changeColor(Object sender)
A wrapper for the - changeColor: Objective-C instance method.

 o rulerViewDidMoveMarker
 public native void rulerViewDidMoveMarker(RulerView ruler,
                                           RulerMarker marker)
A wrapper for the - rulerView:didMoveMarker: Objective-C instance method.

Overrides:
rulerViewDidMoveMarker in class View
 o rulerViewDidRemoveMarker
 public native void rulerViewDidRemoveMarker(RulerView ruler,
                                             RulerMarker marker)
A wrapper for the - rulerView:didRemoveMarker: Objective-C instance method.

Overrides:
rulerViewDidRemoveMarker in class View
 o rulerViewDidAddMarker
 public native void rulerViewDidAddMarker(RulerView ruler,
                                          RulerMarker marker)
A wrapper for the - rulerView:didAddMarker: Objective-C instance method.

Overrides:
rulerViewDidAddMarker in class View
 o rulerViewShouldMoveMarker
 public native boolean rulerViewShouldMoveMarker(RulerView ruler,
                                                 RulerMarker marker)
A wrapper for the - rulerView:shouldMoveMarker: Objective-C instance method.

Overrides:
rulerViewShouldMoveMarker in class View
 o rulerViewShouldAddMarker
 public native boolean rulerViewShouldAddMarker(RulerView ruler,
                                                RulerMarker marker)
A wrapper for the - rulerView:shouldAddMarker: Objective-C instance method.

Overrides:
rulerViewShouldAddMarker in class View
 o rulerViewWillMoveMarker
 public native float rulerViewWillMoveMarker(RulerView ruler,
                                             RulerMarker marker,
                                             float location)
A wrapper for the - rulerView:willMoveMarker:toLocation: Objective-C instance method.

Overrides:
rulerViewWillMoveMarker in class View
 o rulerViewShouldRemoveMarker
 public native boolean rulerViewShouldRemoveMarker(RulerView ruler,
                                                   RulerMarker marker)
A wrapper for the - rulerView:shouldRemoveMarker: Objective-C instance method.

Overrides:
rulerViewShouldRemoveMarker in class View
 o rulerViewWillAddMarker
 public native float rulerViewWillAddMarker(RulerView ruler,
                                            RulerMarker marker,
                                            float location)
A wrapper for the - rulerView:willAddMarker:atLocation: Objective-C instance method.

Overrides:
rulerViewWillAddMarker in class View
 o rulerViewHandleMouseDown
 public native void rulerViewHandleMouseDown(RulerView ruler,
                                             Event event)
A wrapper for the - rulerView:handleMouseDown: Objective-C instance method.

Overrides:
rulerViewHandleMouseDown in class View
 o setNeedsDisplayInRectAvoidAdditionalLayout
 public native void setNeedsDisplayInRectAvoidAdditionalLayout(Rect rect,
                                                               boolean flag)
A wrapper for the - setNeedsDisplayInRect:avoidAdditionalLayout: Objective-C instance method.

 o shouldDrawInsertionPoint
 public native boolean shouldDrawInsertionPoint()
A wrapper for the - shouldDrawInsertionPoint Objective-C instance method.

 o drawInsertionPointInRect
 public native void drawInsertionPointInRect(Rect rect,
                                             Color color,
                                             boolean flag)
A wrapper for the - drawInsertionPointInRect:color:turnedOn: Objective-C instance method.

 o updateRuler
 public native void updateRuler()
A wrapper for the - updateRuler Objective-C instance method.

 o updateFontPanel
 public native void updateFontPanel()
A wrapper for the - updateFontPanel Objective-C instance method.

 o updateDragTypeRegistration
 public native void updateDragTypeRegistration()
A wrapper for the - updateDragTypeRegistration Objective-C instance method.

 o selectionRangeForProposedRange
 public native Range selectionRangeForProposedRange(Range proposedCharRange,
                                                    int granularity)
A wrapper for the - selectionRangeForProposedRange:granularity: Objective-C instance method.

 o writablePasteboardTypes
 public native Array writablePasteboardTypes()
A wrapper for the - writablePasteboardTypes Objective-C instance method.

 o writeSelectionToPasteboardUsingType
 public native boolean writeSelectionToPasteboardUsingType(Pasteboard pboard,
                                                           String type)
A wrapper for the - writeSelectionToPasteboard:type: Objective-C instance method.

 o writeSelectionToPasteboardUsingTypes
 public native boolean writeSelectionToPasteboardUsingTypes(Pasteboard pboard,
                                                            Array types)
A wrapper for the - writeSelectionToPasteboard:types: Objective-C instance method.

 o readablePasteboardTypes
 public native Array readablePasteboardTypes()
A wrapper for the - readablePasteboardTypes Objective-C instance method.

 o preferredPasteboardTypeFromArray
 public native String preferredPasteboardTypeFromArray(Array availableTypes,
                                                       Array allowedTypes)
A wrapper for the - preferredPasteboardTypeFromArray:restrictedToTypesFromArray: Objective-C instance method.

 o readSelectionFromPasteboardUsingType
 public native boolean readSelectionFromPasteboardUsingType(Pasteboard pboard,
                                                            String type)
A wrapper for the - readSelectionFromPasteboard:type: Objective-C instance method.

 o readSelectionFromPasteboard
 public native boolean readSelectionFromPasteboard(Pasteboard pboard)
A wrapper for the - readSelectionFromPasteboard: Objective-C instance method.

 o registerForServices
 public static native void registerForServices()
A wrapper for the + registerForServices Objective-C class method.

 o validRequestorForTypes
 public native Object validRequestorForTypes(String sendType,
                                             String returnType)
A wrapper for the - validRequestorForSendType:returnType: Objective-C instance method.

Overrides:
validRequestorForTypes in class Responder
 o pasteAsPlainText
 public native void pasteAsPlainText(Object sender)
A wrapper for the - pasteAsPlainText: Objective-C instance method.

 o pasteAsRichText
 public native void pasteAsRichText(Object sender)
A wrapper for the - pasteAsRichText: Objective-C instance method.

 o acceptableDragTypes
 public native Array acceptableDragTypes()
A wrapper for the - acceptableDragTypes Objective-C instance method.

 o dragOperationForDraggingInfo
 public native int dragOperationForDraggingInfo(DraggingInfo dragInfo,
                                                String type)
A wrapper for the - dragOperationForDraggingInfo:type: Objective-C instance method.

 o cleanUpAfterDragOperation
 public native void cleanUpAfterDragOperation()
A wrapper for the - cleanUpAfterDragOperation Objective-C instance method.

 o setSelectedRangeWithAffinity
 public native void setSelectedRangeWithAffinity(Range charRange,
                                                 int affinity,
                                                 boolean stillSelectingFlag)
A wrapper for the - setSelectedRange:affinity:stillSelecting: Objective-C instance method.

 o selectionAffinity
 public native int selectionAffinity()
A wrapper for the - selectionAffinity Objective-C instance method.

 o selectionGranularity
 public native int selectionGranularity()
A wrapper for the - selectionGranularity Objective-C instance method.

 o setSelectionGranularity
 public native void setSelectionGranularity(int granularity)
A wrapper for the - setSelectionGranularity: Objective-C instance method.

 o setSelectedTextAttributes
 public native void setSelectedTextAttributes(Dictionary attributeDictionary)
A wrapper for the - setSelectedTextAttributes: Objective-C instance method.

 o selectedTextAttributes
 public native Dictionary selectedTextAttributes()
A wrapper for the - selectedTextAttributes Objective-C instance method.

 o setInsertionPointColor
 public native void setInsertionPointColor(Color color)
A wrapper for the - setInsertionPointColor: Objective-C instance method.

 o insertionPointColor
 public native Color insertionPointColor()
A wrapper for the - insertionPointColor Objective-C instance method.

 o updateInsertionPointStateAndRestartTimer
 public native void updateInsertionPointStateAndRestartTimer(boolean restartFlag)
A wrapper for the - updateInsertionPointStateAndRestartTimer: Objective-C instance method.

 o markedRange
 public native Range markedRange()
A wrapper for the - markedRange Objective-C instance method.

 o setMarkedTextAttributes
 public native void setMarkedTextAttributes(Dictionary attributeDictionary)
A wrapper for the - setMarkedTextAttributes: Objective-C instance method.

 o markedTextAttributes
 public native Dictionary markedTextAttributes()
A wrapper for the - markedTextAttributes Objective-C instance method.

 o setRulerVisible
 public native void setRulerVisible(boolean flag)
A wrapper for the - setRulerVisible: Objective-C instance method.

 o usesRuler
 public native boolean usesRuler()
A wrapper for the - usesRuler Objective-C instance method.

 o setUsesRuler
 public native void setUsesRuler(boolean flag)
A wrapper for the - setUsesRuler: Objective-C instance method.

 o spellCheckerDocumentTag
 public native int spellCheckerDocumentTag()
A wrapper for the - spellCheckerDocumentTag Objective-C instance method.

 o typingAttributes
 public native Dictionary typingAttributes()
A wrapper for the - typingAttributes Objective-C instance method.

 o setTypingAttributes
 public native void setTypingAttributes(Dictionary attrs)
A wrapper for the - setTypingAttributes: Objective-C instance method.

 o shouldChangeTextInRange
 public native boolean shouldChangeTextInRange(Range affectedCharRange,
                                               String replacementString)
A wrapper for the - shouldChangeTextInRange:replacementString: Objective-C instance method.

 o didChangeText
 public native void didChangeText()
A wrapper for the - didChangeText Objective-C instance method.

 o rangeForUserTextChange
 public native Range rangeForUserTextChange()
A wrapper for the - rangeForUserTextChange Objective-C instance method.

 o rangeForUserCharacterAttributeChange
 public native Range rangeForUserCharacterAttributeChange()
A wrapper for the - rangeForUserCharacterAttributeChange Objective-C instance method.

 o rangeForUserParagraphAttributeChange
 public native Range rangeForUserParagraphAttributeChange()
A wrapper for the - rangeForUserParagraphAttributeChange Objective-C instance method.

 o isSelectable
 public native boolean isSelectable()
A wrapper for the - isSelectable Objective-C instance method.

Overrides:
isSelectable in class Text
 o setSelectable
 public native void setSelectable(boolean flag)
A wrapper for the - setSelectable: Objective-C instance method.

Overrides:
setSelectable in class Text
 o isEditable
 public native boolean isEditable()
A wrapper for the - isEditable Objective-C instance method.

Overrides:
isEditable in class Text
 o setEditable
 public native void setEditable(boolean flag)
A wrapper for the - setEditable: Objective-C instance method.

Overrides:
setEditable in class Text
 o isRichText
 public native boolean isRichText()
A wrapper for the - isRichText Objective-C instance method.

Overrides:
isRichText in class Text
 o setRichText
 public native void setRichText(boolean flag)
A wrapper for the - setRichText: Objective-C instance method.

Overrides:
setRichText in class Text
 o importsGraphics
 public native boolean importsGraphics()
A wrapper for the - importsGraphics Objective-C instance method.

Overrides:
importsGraphics in class Text
 o setImportsGraphics
 public native void setImportsGraphics(boolean flag)
A wrapper for the - setImportsGraphics: Objective-C instance method.

Overrides:
setImportsGraphics in class Text
 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.

Overrides:
delegate in class Text
 o setDelegate
 public native void setDelegate(Object anObject)
A wrapper for the - setDelegate: Objective-C instance method.

Overrides:
setDelegate in class Text
 o isFieldEditor
 public native boolean isFieldEditor()
A wrapper for the - isFieldEditor Objective-C instance method.

Overrides:
isFieldEditor in class Text
 o setFieldEditor
 public native void setFieldEditor(boolean flag)
A wrapper for the - setFieldEditor: Objective-C instance method.

Overrides:
setFieldEditor in class Text
 o usesFontPanel
 public native boolean usesFontPanel()
A wrapper for the - usesFontPanel Objective-C instance method.

Overrides:
usesFontPanel in class Text
 o setUsesFontPanel
 public native void setUsesFontPanel(boolean flag)
A wrapper for the - setUsesFontPanel: Objective-C instance method.

Overrides:
setUsesFontPanel in class Text
 o isRulerVisible
 public native boolean isRulerVisible()
A wrapper for the - isRulerVisible Objective-C instance method.

Overrides:
isRulerVisible in class Text
 o setBackgroundColor
 public native void setBackgroundColor(Color color)
A wrapper for the - setBackgroundColor: Objective-C instance method.

Overrides:
setBackgroundColor in class Text
 o backgroundColor
 public native Color backgroundColor()
A wrapper for the - backgroundColor Objective-C instance method.

Overrides:
backgroundColor in class Text
 o setDrawsBackground
 public native void setDrawsBackground(boolean flag)
A wrapper for the - setDrawsBackground: Objective-C instance method.

Overrides:
setDrawsBackground in class Text
 o drawsBackground
 public native boolean drawsBackground()
A wrapper for the - drawsBackground Objective-C instance method.

Overrides:
drawsBackground in class Text
 o selectedRange
 public native Range selectedRange()
A wrapper for the - selectedRange Objective-C instance method.

Overrides:
selectedRange in class Text
 o setSelectedRange
 public native void setSelectedRange(Range charRange)
A wrapper for the - setSelectedRange: Objective-C instance method.

Overrides:
setSelectedRange in class Text
 o resignFirstResponder
 public native boolean resignFirstResponder()
A wrapper for the - resignFirstResponder Objective-C instance method.

Overrides:
resignFirstResponder in class Responder
 o becomeFirstResponder
 public native boolean becomeFirstResponder()
A wrapper for the - becomeFirstResponder Objective-C instance method.

Overrides:
becomeFirstResponder in class Responder
 o smartInsertDeleteEnabled
 public native boolean smartInsertDeleteEnabled()
A wrapper for the - smartInsertDeleteEnabled Objective-C instance method.

 o setSmartInsertDeleteEnabled
 public native void setSmartInsertDeleteEnabled(boolean flag)
A wrapper for the - setSmartInsertDeleteEnabled: Objective-C instance method.

 o smartDeleteRangeForProposedRange
 public native Range smartDeleteRangeForProposedRange(Range proposedCharRange)
A wrapper for the - smartDeleteRangeForProposedRange: Objective-C instance method.

 o insertText
 public native void insertText(String aString)
A wrapper for the - insertText: Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).

Overrides:
insertText in class Responder
 o doCommandBySelector
 public native void doCommandBySelector(Selector aSelector)
A wrapper for the - doCommandBySelector: Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).

Overrides:
doCommandBySelector in class Responder
 o setMarkedTextAndSelectedRange
 public native void setMarkedTextAndSelectedRange(String aString,
                                                  Range selRange)
A wrapper for the - setMarkedText:selectedRange: Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).

 o unmarkText
 public native void unmarkText()
A wrapper for the - unmarkText Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).

 o hasMarkedText
 public native boolean hasMarkedText()
A wrapper for the - hasMarkedText Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).

 o conversationIdentifier
 public native int conversationIdentifier()
A wrapper for the - conversationIdentifier Objective-C instance method defined by the TextInput interface (known as the NSTextInput Objective-C protocol).


All Packages  Class Hierarchy  This Package  Previous  Next  Index